configuration / chassis0 / slots / [SLOT-ID] / [pzf180] / module / mrs

CLI REST-API

ref

The submenu ref (REF) contains the following:

Menus: none

Objects:
max-time-deviation-follow (Max Time Deviation to follow)
max-time-deviation-warmed-up (Max Time Deviation keep warmed_up)
max-step-size-first-sync (Max Step Size after first sync)
max-correction-transition (Max Correction in Transition Mode)
max-correction-warmed-up (Max Correction in warmed_up Mode)

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
PZF180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/mrs/ref/max-time-deviation-follow
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/mrs/ref/max-time-deviation-warmed-up
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/mrs/ref/max-step-size-first-sync
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/mrs/ref/max-correction-transition
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/mrs/ref/max-correction-warmed-up

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/mrs/ref


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/mrs/ref


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/mrs/ref
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/mrs/ref
-d "{
  \"objects\": \"new-values\"
}"